const runtime._BUS_ADRERR

2 uses

	runtime (current package)
		defs_linux_amd64.go#L79: 	_BUS_ADRERR = 0x2
		signal_unix.go#L850: 		if gp.sigcode0 == _BUS_ADRERR && gp.sigcode1 < 0x1000 {